projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1845849
)
docs: There is no font-name style property
author
Benjamin Otte
<otte@redhat.com>
Wed, 1 Jun 2011 23:55:45 +0000
(
01:55
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 2 Jun 2011 00:03:52 +0000
(
02:03
+0200)
It's "font"
gtk/gtkcssprovider.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssprovider.c
b/gtk/gtkcssprovider.c
index e3ca238783115456f60fd7d4922b1d8b80d89f30..7cf3a4f7108af3fd785e5f92438ebcf98bb7c02b 100644
(file)
--- a/
gtk/gtkcssprovider.c
+++ b/
gtk/gtkcssprovider.c
@@
-141,12
+141,12
@@
*
* /* Theme any widget within a GtkBin */
* GtkBin * {
- * font
-name
: Sans 20
+ * font: Sans 20
* }
*
* /* Theme a label named title-label */
* GtkLabel#title-label {
- * font
-name
: Sans 15
+ * font: Sans 15
* }
*
* /* Theme any widget named main-entry */